.. include:: /Includes.rst.txt .. _typo3fluid-fluid-count: ============================ count ViewHelper `` ============================ This ViewHelper counts elements of the specified array or countable object. Examples ======== Count array elements -------------------- :: Output:: 4 inline notation --------------- :: {objects -> f:count()} Output:: 10 (depending on the number of items in ``{objects}``) .. _typo3fluid-fluid-count_arguments: Arguments ========= .. _count_subject: subject ------- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Countable subject, array or \Countable