Attributes of the query response, containing the matched records and total count.

Hierarchy

  • QueryResponseDataAttributes

Constructors

Properties

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
hits?: {
    [key: string]: any;
}[]

The list of matching records returned by the query, each as a map of attribute names to values.

total?: number

Total number of records matching the query, regardless of the limit applied.

Generated using TypeDoc