def new_attributes
    Hash[
      resource_class.attribute_types.map do |attr, type|
        next if attr.in?(%w[id created_at updated_at])