bool hasMorePages() Determine if there is more items in the data store
int perPage() Determine how many items are being shown per page.
$this|string fragment(string|null $fragment = null) Get / set the URL fragment
int currentPage() Determine the current page being paginated.
string|null previousPageUrl() Get the URL for the previous page, or null
int firstItem() Get the "index" of the first item being paginated.
string|null nextPageUrl() The URL for the next page, or null.
bool isEmpty() Determine if the list of items is empty or not.
Page 3 of 4