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