Converts this filter to JSON format for API queries.
@override Map<String, Object?> toJson() { return { field.remote: {operator: query}, }; }