# filterInfo

Filter information with counts, percentages, and additional metadata.

### Examples

```graphql
type FilterInfo {
  id: String
  filterId: String
  label: String
  count: Int
  percent: Int
  changeNumber: Float
  policyId: String
  extraInfo: [FilterExtraInfo]
}
```

### Fields

| Field                                                                                                                 | Description                                           | Supported fields                                            |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------------- |
| id `String`                                                                                                           | Filter identifier                                     |                                                             |
| filterId `String`                                                                                                     | Internal filter identifier                            |                                                             |
| label `String`                                                                                                        | Human-readable filter label                           |                                                             |
| count `Int`                                                                                                           | Number of items matching this filter                  |                                                             |
| percent `Int`                                                                                                         | Percentage of total items matching this filter        |                                                             |
| changeNumber `Float`                                                                                                  | Change in count compared to previous period           |                                                             |
| policyId `String`                                                                                                     | Policy identifier associated with this filter         |                                                             |
| extraInfo [`[FilterExtraInfo]`](/api-documentation/api-reference/api--application/types/objects/filter-extra-info.md) | Additional information array for extended filter data | <p>key <code>String</code><br>value <code>String</code></p> |

### References

#### Fields with this object:

* [{} FilterLazy.items](/api-documentation/api-reference/api--application/types/objects/filter-lazy.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ox.security/api-documentation/api-reference/api--application/types/objects/filter-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
