Pagination information for a collection of datastore items.

Hierarchy

  • ItemApiPayloadMetaPage

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hasMore?: boolean

Whether there are additional pages of items beyond the current page.

totalCount?: number

The total number of items in the datastore, ignoring any filters.

totalFilteredCount?: number

The total number of items that match the current filter criteria.

Generated using TypeDoc