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