namespace MangaReader.Core.Sources.MangaDex.Api; public class CoverArtEntity : MangaDexEntity { public CoverArtAttributes? Attributes { get; set; } }