Fetches the current page of items (the same as the current page).
A promise that resolves with the current page of items.
Fetches the first page of items.
A promise that resolves with the first page of items.
Fetches the next page of items.
A promise that resolves with the next page of items or null
if there are no more items.
Represents the result of a paginated query.