I am finding myself writing the same code a lot when type hinting the JSON response of an API e.g:
class Foo(TypedDict): foo: int baz: str