# GET /v4/templates/count

_Merkl API_

Count templates matching the query filters

### Query parameters

- `protocolId` (string)
- `search` (string)
- `action` (array)
- `page` (string | number)
- `items` (string | number)

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/templates/count" \
  -H "x-api-key: YOUR_API_KEY"
```