Reference material for ARRAY_MIN function
ARRAY_MIN(<array>)
<array>
ARRAY
levels
SELECT ARRAY_MIN([ 1, 2, 3, 4 ]) AS levels;
1