Skip to main content

Interface: SourcePagedResult

One page of logical media returned by search or browse.

Properties

items

items: SourceMediaItem[]

Logical items in this page.


nextPageToken?

optional nextPageToken?: string | number

Opaque token to pass unchanged when requesting the next page.


hasMore

hasMore: boolean

Whether another page can be requested.


facets?

optional facets?: SourceFacets

Optional filters computed for the matching result set.