PaginationMeta
Defined in: v1/schemas.ts:27
Standard pagination metadata returned by Teachable list endpoints.
Extends
Section titled “Extends”output<typeofPaginationMetaSchema>
Properties
Section titled “Properties”
optionalfrom?:number
Defined in: v1/schemas.ts:18
Inherited from
Section titled “Inherited from”z.infer.from
number_of_pages?
Section titled “number_of_pages?”
optionalnumber_of_pages?:number
Defined in: v1/schemas.ts:21
Inherited from
Section titled “Inherited from”z.infer.number_of_pages
optionalpage?:number
Defined in: v1/schemas.ts:17
Inherited from
Section titled “Inherited from”z.infer.page
per_page?
Section titled “per_page?”
optionalper_page?:number
Defined in: v1/schemas.ts:20
Inherited from
Section titled “Inherited from”z.infer.per_page
optionalto?:number
Defined in: v1/schemas.ts:19
Inherited from
Section titled “Inherited from”z.infer.to
total?
Section titled “total?”
optionaltotal?:number
Defined in: v1/schemas.ts:16
Inherited from
Section titled “Inherited from”z.infer.total