diff --git a/simnet/models/genshin/chronicle/stats.py b/simnet/models/genshin/chronicle/stats.py index 6386b2e..5a99db5 100644 --- a/simnet/models/genshin/chronicle/stats.py +++ b/simnet/models/genshin/chronicle/stats.py @@ -177,7 +177,7 @@ class PartialGenshinUserStats(APIModel): teapot (Optional[Teapot]): The user's Serenitea Teapot. """ - info: UserInfo = Field("role") + info: UserInfo = Field(aliases="role") stats: Stats characters: List[PartialCharacter] = Field(aliases="avatars") explorations: List[Exploration] = Field(aliases="world_explorations")