namespace SharedProject.Models.Responses; public class SongBestResponse { public List<SongBestData> SongBestData { get; set; } = new(); }