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

Latest commit

 

History

History
13 lines (10 loc) · 514 Bytes

PaginationMeta.md

File metadata and controls

13 lines (10 loc) · 514 Bytes

# PaginationMeta

Properties

Name Type Description Notes
current_page int Current page
next_page int Next page [optional]
prev_page int Previous page [optional]
total_pages int Total number of pages
total_count int Total number of records

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