Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 499 Bytes

PaginationMeta.md

File metadata and controls

14 lines (9 loc) · 499 Bytes

PaginationMeta

Properties

Name Type Description Notes
current_page Option<i32> Current page.
per_page Option<i32> Number of records per page. [default to 20]
record_count Option<i32> Total records in result set.
total_pages Option<i32> Total pages in result set.

[Back to API list] [Back to README]