APIFilterQuery APIPropertiesfieldsOn this pagefields Description Defines the filterable fields for autocomplete, syntax highlighting, and structured parsing Usage fields: { id: string | number, label: string, type: "text" | "number" | "date" | string, predicate?: "month" | "year", format?: string | ((value: any) => string);}[]; Parameters