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