# COUNT

### Description

`COUNT` tells you the length of the list you specify in brackets.

`Count` is also available via it's alias `LEN`.

### Example

```
p is Person
COUNT(p.nationalities)
```

This will result in the number of nationalities that are known for Person p in the case.
