.. include:: ../../../Includes.txt .. _typo3fluid-fluid-count: ===== count ===== 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}) Arguments ========= .. _count_subject: subject ------- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` Countable subject, array or \Countable