> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/queries/number-of-issues.md).

# numberOfIssues

Retrieves the number of issues matching the given filter.

```graphql
numberOfIssues(
  filter: IssueFilterInput
): Count
```

### Arguments

#### filter ● [`IssueFilterInput`](/api/graphql/data-access/input-types/issue-filter-input.md) input <a href="#filter" id="filter"></a>

### Type

#### [`Count`](/api/graphql/data-access/object-types/count.md) object
