int total() Determine the total number of items in the data store.
int perPage() Determine how many items are being shown per page.
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.
string|null previousPageUrl() Get the URL for the previous page, or null
Paginator interface Paginator (
string|null nextPageUrl() The URL for the next page, or null.
Page 3 of 4