Add builtin actions to Sum and Average values from a list, specifying an expression for the value to sum or average.
The input would be a list of entities or structures and an expression. The expression would be expected to be a numerical value, able to be coerced to a decimal.
The output would be a single decimal value.
In a similar way, add actions for maximum, minimum, median, standard deviation, and variance.