class Lutaml::Model::Transform

def empty_object(attr)

def empty_object(attr)
  return [] if attr.collection?
  ""
end