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