Allow to access the subscriptions linked to media
As it is currently possible with other containers:
virtual ArtistPtr artist() const = 0;
virtual GenrePtr genre() const = 0;
virtual AlbumPtr album() const = 0;
We'd want to introduce a new Media::subscription()
accessor.