from beanie import PydanticObjectId from fastapi_users.schemas import BaseUser class UserSchema(BaseUser[PydanticObjectId]): pass