Suppose you have a simple aggregate root like this:
Playlist { String name List songs add(Song song) { // Some business rules songs.ad