Getting a sum of each specific field from object in array of objects
sumBy(arrayOfObjects, fieldName) { return _.sumBy(arrayOfObjects, fieldName); }