diff --git a/galaxy/api/types.py b/galaxy/api/types.py index be310d4..574d427 100644 --- a/galaxy/api/types.py +++ b/galaxy/api/types.py @@ -36,7 +36,7 @@ class Dlc(): class Game(): game_id: str game_title: str - dlcs: List[Dlc] + dlcs: Optional[List[Dlc]] license_info: LicenseInfo @dataclass