def include_association(value = nil, options = {})
      enable
      @config[:excludes] = {}
      value = value.is_a?(Array) ? value.map! { |v| [v, options] }.to_h : { value => options }
      push_value_to_hash(value, :includes)