# CursorPageMetadata


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next** | **string** |  | [optional] [default to undefined]
**size** | **number** |  | [default to undefined]
**start** | **string** |  | [optional] [default to undefined]
**total** | **number** |  | [default to undefined]

## Example

```typescript
import { CursorPageMetadata } from 'chatkitty';

const instance: CursorPageMetadata = {
    next,
    size,
    start,
    total,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
