# queryCount

{% hint style="info" %}
This method belongs to the class - [Alpha](https://biologyscience.gitbook.io/alpha-coders/reference/classes/alpha)
{% endhint %}

### Parameters

| PARAMETER |
| :-------: |
|   **-**   |

### Returns

[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)<[QueryCount](https://biologyscience.gitbook.io/alpha-coders/types#querycount)>

### Example Code

```javascript
new Alpha(apiKey).queryCount().then(x => console.log(x));
```
