# COUNT

<PageBadges />

Counts numeric values in an array.

## Example

```js
COUNT(ARRAY(1, 2, "a", 3))
```

## Parameters

- values: array

## Returns

Number of numeric items.
