@startuml problem_group package Domain { package Models{ struct Group { Id uuid.UUID Name string Description string CreatedBy User } } } @enduml