class ActiveModel::Serializer

def has_many(*attrs)

def has_many(*attrs)
  associate(Association::HasMany, *attrs)
end