Map<String, dynamic> describeFields() => { 'id': id, 'title': title, 'artist': artist, 'album': album, 'duration': duration, };