Pyright complains about `response.cookies` because the generic type isn't known. `str` may or may not be the correct type to use here. Something should be set here.
* Set type parameters for Field in get_fields()
This fixes an issue with Pyright strict type checking where Pyright complains that the type parameters aren't known.
* Fix type parameters in other methods