Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 764 Bytes

Pagination.md

File metadata and controls

15 lines (11 loc) · 764 Bytes

Pagination

Properties

Name Type Description Notes
itemsTotal Int Total number of items that exist. [optional] [readonly]
pagesTotal Int Number of items listed in the current page. [optional] [readonly]
pageSize Int Maximum number of item per page. [optional] [readonly]
currentPage Int The current page index. [optional] [readonly]
currentPageItems Int The number of items on the current page. [optional] [readonly]
links [PaginationLink]

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