@nathanfaucett/array-reduce
applies a function against an accumulator and each value of the array (from left-to-right) to reduce it to a single value.
applies a function against an accumulator and each value of the array (from left-to-right) to reduce it to a single value.
summing the total, from the specific key of the object array