@startuml !include Album.v1.puml namespace Entity { Album : + getArtist() : Artist Album : + getGenre() : Genre } note right of Entity\\Album::getArtist() uses Entity\\Artist::findById(int) end note note right of Entity\\Album::getGenre() uses Entity\\Genre::findById(int) end note @enduml