Skip to content

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

FieldTypeRequiredDescription
pagenumber✔️Current page number
limitnumber✔️Number of items per page
totalCountnumber✔️Total number of chat completions for this user
totalPagesnumber✔️Total number of pages available