namespace Ombi.Api.Lidarr.Models { public class MetadataProfile { public string name { get; set; } public int id { get; set; } } }