Skip to content
On this page

Paginator

An interface used to paginating using the query method in the Repository object

hasNextPage

True if next page exists

items

the items in the current page

count

the count of the total items in the query's result

nextPage

Gets the next page in the query's result set

MIT Licensed | Made by the Remult team with ❤️