Converts to a map of query parameters
Map<String, String> get asQueryParameters => _.map((k, v) => MapEntry('filter[$k]', v));