[back to list](../Readme.md) # Get Subscribers Count ## `int getSubscribersCount(array $filter = [])` This method returns the count of subscribers by a filter. ## Arguments | Argument | Type | Default | Description | | ------------------ | ----- | ------- | -------------------------------------------- | | $filter (optional) | array | empty | Filters to retrieve the count of subscribers | ### Filter To see supported filters, please check [getSubscribers()](GetSubscribers.md) documentation.