PaginationData#

class nemo_microservices.types.shared.PaginationData(*args: Any, **kwargs: Any)

Bases: BaseModel

current_page_size: int

The size for the current page.

page: int

The current page number.

page_size: int

The page size used for the query.

total_pages: int

The total number of pages.

total_results: int

The total number of results.