Overview
Pagination
How pagination works in the Fuse API
Pagination endpoints come with a pagination
payload. The payload contains various pieces of metadata about the resource:
- current: The current page
- previous: The previous page
- next: The next page
- limit: The maximum records per page
- total_pages: The total numbers of pages
- total_count: The total number of records