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