class Song { persistFavoriteStatus(value) { // something complicated throw new Error('not yet implemented'); } } module.exports = Song;