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