Returns the number of items in the list.
function (list as list) as number
list
Returns the number of items in the list list.
List.Information
Find the number of values in the list {1, 2, 3}.
List.Count({1, 2, 3})
3