Navigation
This version of the documentation is archived and no longer supported.

$sum (aggregation)

$sum

Returns the sum of all the values for a specified field in the grouped documents.

Alternately, if you specify a value as an argument, $sum will increment this field by the specified value for every document in the grouping. Typically, specify a value of 1 in order to count members of the group.