GroupedCount
type GroupedCount {
groupKeys: [DocumentCountGroupingProperty]!
value: Int!
}
Fields
GroupedCount.groupKeys
● [DocumentCountGroupingProperty]!
non-null union
An entity or a combination of entities of the statistics @exposed
GroupedCount.value
● Int!
non-null scalar
Represents the actual document count value @exposed
Member of
DocumentCountResponse
object