Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.07 KB

PaginationMeta.md

File metadata and controls

16 lines (12 loc) · 1.07 KB

PaginationMeta

Properties

Name Type Description Notes
total Int Total number of records.
perPage Int Number of records per page.
currentPage Int The current page.
lastPage Int The last page of records.
from Int The ID of the first record on this page. This is specified as either `integer` or `null` purely for spec testing purposes. The model which is autogenerated from this definition will be thrown out and written by-hand. [optional]
to Int The ID of the last record on this page. This is specified as either `integer` or `null` purely for spec testing purposes. The model which is autogenerated from this definition will be thrown out and written by-hand. [optional]
path String The current paged path.

[Back to Model list] [Back to API list] [Back to README]