# tinker.types.Cursor ## *class* [**tinker.types.Cursor**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/cursor.py#L6)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)*) **Fields:** - [**offset**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/cursor.py#L7) (*int*) – The offset used for pagination - [**limit**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/cursor.py#L10) (*int*) – The maximum number of items requested - [**total_count**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/cursor.py#L13) (*int*) – The total number of items available ## Referenced by - [tinker.types.CheckpointsListResponse](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/checkpointslistresponse/index.md) - [tinker.types.TrainingRunsResponse](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/trainingrunsresponse/index.md)