interface DocumentsAggregateCountItem {
    count: number;
}

Properties

Properties

count: number

Number of items in this aggregation group.

int64