`instance` is not a `Sequence` when used in ModelSerializer code, I believe this type hint was in error. https://github.com/typeddjango/djangorestframework-stubs/blob/c78da6d315f0994ad472d2c2406ae5718ef36057/rest_framework-stubs/serializers.pyi#L195 it should just be `instance: _MT | None`