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