The minimum value in the list.
<list>
Evaluates every item in the list and returns the lowest value. If no numeric items are in the list, the property returns 0.
The following displays the minimum value in a list:
<page somepage>
file = <% list.ratings.minimum %>
</page>