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