Pagination Meta
Meta properties on each paginated request.
Attributes
total:
number
Total number of results.
perPage:
number
Total number of entries per page.
currentPage:
number
The current page of pagination.
lastPage:
number
The last page of pagination.
firstPage:
number
The first page of pagination.
firstPageUrl:
string
Url to the first page of pagination.
lastPageUrl:
string
Url to the last page of pagination.
nextPageUrl:
string | null
Url to the next page of pagination.
previousPageUrl:
string | null
Url to the previous page of pagination.
Last updated