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