---
title: "Count ViewHelper <f:count>"
manual: "Fluid ViewHelper Reference"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3viewhelper:typo3fluid-fluid-count@main"
source: "Global/Count.rst"
modified: "2026-09-17T05:12:06+00:00"
---

# Count ViewHelper `<f:count>`

This ViewHelper counts elements of the specified array or countable object.

Go to the source code of this ViewHelper: [CountViewHelper.php (GitHub)](https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/CountViewHelper.php).

## Arguments of the `<f:count>` ViewHelper

-   **subject**

    -   *Type:* array

    Countable subject, array or \\Countable
