Pagination
Pagination information for the list
Example Usage
typescript
import { Pagination } from "@meetkai/mka1/models/operations";
let value: Pagination = {
page: 2716.35,
limit: 561.05,
totalCount: 5360.64,
totalPages: 648.83,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
page | number | ✔️ | Current page number |
limit | number | ✔️ | Number of items per page |
totalCount | number | ✔️ | Total number of chat completions for this user |
totalPages | number | ✔️ | Total number of pages available |