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