# Dynamic BlockList Label

```
{{ imageCards.contentData.length == 1 ? imageCards.contentData.length + ' Image Copy card' : imageCards.contentData.length + 'Image Copy cards' }}
```

In this example, it counts how many imageCards I have on a blocklist and shows a different label depending on the number. imageCards is the alias on the element block : \
\
![](https://4182918922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLIxsxy-PG49XtZX5uS%2Fuploads%2FMyzX99dlmNtR9cxCN7X1%2Fimage.png?alt=media\&token=b6a7782a-c181-4e57-bd8f-602ee4c39f46)

&#x20;I can add as many "image cards" to this property as I like.&#x20;

This is how it displays&#x20;

<figure><img src="https://4182918922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLIxsxy-PG49XtZX5uS%2Fuploads%2FwDjic7yymMLjaP05sNi9%2Fimage.png?alt=media&#x26;token=41fab9cc-cc23-44c7-965d-b1caab13165c" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4182918922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLIxsxy-PG49XtZX5uS%2Fuploads%2F237aZEWzOoBUNdIqDVlN%2Fimage.png?alt=media&#x26;token=28750c6e-9c78-4713-979f-cd07304b8272" alt=""><figcaption></figcaption></figure>
