def include=(list)
      return unless list
      return if list.empty?

      @params[:include]       = list.map(&:to_sym)