PagingInfo

Metadata for paginated GraphQL responses

PagingInfo = object

Paging information for paginated GraphQL responses. Contains metadata about the current page and total results.

Properties

page_number

page_number: number

Current page number (1-based)


page_size

page_size: number

Number of items per page


total_pages

total_pages: number

Total number of pages


total_items

total_items: number

Total number of items across all pages