# Count Items

**Display the count of the items in your data set.**

This can be used with Webflow Collection Lists as well- however it will be limited to the maximum Collection List size ( 100 items ).

### DEMO - Count Datasource Items <a href="#demo---count-datasource-items" id="demo---count-datasource-items"></a>

This static example uses Google Sheet content, after it has been converted to JSON.

* Count of records: 241

{% code overflow="wrap" %}

```json
[  {    "Rank": "1",    "Country": "China",    "Region": "Asia",    "Population": "1,411,778,724",    "Percent": "17.90%"  },  {    "Rank": "2",    "Country": "India",    "Region": "Asia",    "Population": "1,381,914,537",    "Percent": "17.50%"  },  {    "Rank": "3",    "Country": "United States",    "Region": "Americas",    "Population": "332,367,628",    "Percent": "4.21%"
```

{% endcode %}

<br>
