filterInfo

Filter information with counts, percentages, and additional metadata.

Examples

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

Additional information array for extended filter data

key String value String

References

Fields with this object:

Last updated