Provides struct and type for a FilterFieldInfo
@type t() :: %Gleanex.Platform.FilterFieldInfo{ field: String.t(), operators: [String.t()], type: String.t(), values: [String.t()] | nil }