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