FieldSuggestionsState: RegularFacetSearchState & Pick<
    FieldSuggestionsFacet,
    "facetId"
    | "displayName"
    | "field",
>

The state of the FieldSuggestions controller.