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