> For the complete documentation index, see [llms.txt](https://biologyscience.gitbook.io/alpha-coders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biologyscience.gitbook.io/alpha-coders/reference/methods/querycount.md).

# queryCount

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

### Parameters

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

### Returns

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

### Example Code

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