using System.Collections.Generic;
namespace SpotifyAPI.Web
{
public class DeviceResponse
public List<Device> Devices { get; set; }
}