interface Sum {
    $sum: any;
}

Properties

Properties

$sum: any

Calculates and returns the collective sum of numeric values. $sum ignores non-numeric values.