Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 718 Bytes

File metadata and controls

14 lines (11 loc) · 718 Bytes

# PaginationResource

Properties

Name Type Description Notes
current_page int The current page number in the paginated result.
per_page int The number of items per page in the paginated result.
total int The total number of items across all pages.
last_page int The total number of pages available in the paginated result.
from int The starting item index for the current page.
to int The ending item index for the current page.

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