Count the number of items in an array.
fruit: - apples - bananas - bacon
{{ fruit | count }}
{{ Statamic::modify($fruit)->count() }}
3
count
ModifierCount the number of items in an array.
fruit: - apples - bananas - bacon
{{ fruit | count }}
{{ Statamic::modify($fruit)->count() }}
3
Submit improvements, related content, or suggestions through Github.
Betterify this page →