interface DocumentSearchAggregates {
    aggregates?: DocumentSearchCountAggregate[];
}

Properties

Properties

[{"name":"countOfTypes","aggregate":"count","groupBy":[{"property":["type"]}]}]