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