PaginationResponse
Hierarchy
Index
Properties
count
The number of items returned in this response.
desc
Whether the results are sorted in descending order.
limit
The maximum number of items returned per page.
model_config
offset
The starting position for this page of results.
total
The total number of items available across all pages.
Common pagination fields for list responses.