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