OptionaloffsetNumber of items to skip (for offset-based pagination)
OptionallimitMaximum number of items to return
OptionaltotalTotal number of items available
OptionalpageCurrent page number (for page-based pagination)
Optionaltotal_Total number of pages available
Pagination interface for list responses
Used by API endpoints that return paginated lists of resources. Supports both offset-based and page-based pagination.
Example