using System.Collections.Generic; namespace SpotifyAPI.Web { public class ArtistsRelatedArtistsResponse { public List Artists { get; set; } = default!; } }