I have a playlist, user, and song model. A song can be in any number of playlists, a playlist can be shared amongst users but can also have multiple "owners" that have the right to modify them. What would be the best way to model this with ActiveRecord?I have a playlist, user, and song model. A song