# frozen_string_literal: true require 'easy/jsonapi/name_value_pair_collection' require 'easy/jsonapi/utility' module JSONAPI class Request # A collection of QueryParam objects class QueryParamCollection < JSONAPI::NameValuePairCollection # The special query params defined by the JSON:API specification SPECIAL_QUERY_PARAMS = %i[sorts filters fields page includes].freeze # @param param_arr [Array