class Lutaml::Model::Collection

def union(other)

def union(other)
  self.class.new((items + other.items).uniq)
end