using System.Collections.Generic; using System.Linq; namespace Sony.Filtr.DeezerAPI.Model { public class TracksResponse { public List data { get; set; } } }