In LensBaseERC721.sol, the ERC721Enumerable extension is no longer supported. This can be seen in its supportsInterface() function, which no longer checks for type(IERC721Enumerable).interfaceId:
IERC721Enumerable.interfaceId
As LensBaseERC721 is inherited by LensProfiles, profiles will no longer support the ERC721Enumerable extension. This might break the functionality of other protocols that rely on ERC721Enumerables functions.
Consider documenting/announcing that the V2 upgrade will remove ERC721Enumerable functionality from profiles.
