Returns the average value of a given key
{{ [1,2,3]|array_average }} {# 2 #} {{ [{foo: 1}, {bar: 20}, {foo: 5}]|array_average('foo') }} {# 3 #}