Interface DocumentsAggregateUniqueValuesResponse

Response for uniqueValues aggregate.

{"items":[{"count":4,"values":["hello"]},{"count":33,"values":["world"]}]}
interface DocumentsAggregateUniqueValuesResponse {
    items: DocumentsAggregateUniqueValuesItem[];
}

Properties

Properties