AggregationVerb: "count" | "sum" | "average"

Possible aggregation verbs.

  • count: Counts all the documents matching the query
  • sum: gets the sum of all the values in the field
  • average: averages the value in the field