package ch.hevs.isc.slopify_v2 class Song(val title: String, val number: Int) { }