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

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