using System; namespace StreamCinemaLib.API; public class Art { public string poster {get;set;} // imge url public string fanart {get;set;} // image url }