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.
Whether there are more items to query.
true if there are more items to query, false otherwise.
Whether this is the last page of items.
true if this is the last page of items, false otherwise.
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.