AggregateStats
This object contains the result of the aggregateStats query
type AggregateStats {
data: AggregateStatsData
meta: AggregateStatsMeta
}
Fields
AggregateStats.data
● AggregateStatsData
object
Contains the aggregated data from the aggregateStats query
AggregateStats.meta
● AggregateStatsMeta
object
Some meta information of the result
Returned By
aggregateStats
query