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