GROUPBYSUM
Merges objects in an array that share a specified property, summing numerical values.
Description
Given an array of objects and a property name, merges objects that share the given property. Only numerical entries are merged. Other entry types are discarded. If a given object is not a JavaScript object or does not have the key, it will be disregarded.