Skip to main content

PaginationResponse

Common pagination fields for list responses.

Hierarchy

Index

Properties

count

count: int

The number of items returned in this response.

desc

desc: bool

Whether the results are sorted in descending order.

limit

limit: int

The maximum number of items returned per page.

model_config

model_config: Undefined

offset

offset: int

The starting position for this page of results.

total

total: int

The total number of items available across all pages.