_count

Produces the number of elements in the received Collection -- Function
Anything -> _count -> Whole Number Type
Receives
A List of any sort
Produces
How many elements are in that List
This is pretty much as simple as it sounds. It is most often used in the header of a _section, like this:
[[My List -> _section(""Items: ([[_count]])"", _commas)]]