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