Design a music/song playlist system (sometimes framed as a shared/collaborative playlist app). The system must support three core operations: (1) addSong / addSongToList — add a song to a playlist; (2) removeSong / removeSongFromList — remove a song from a playlist; (3) reorderSong / reorderList — rearrange the order of…