from schemas.base import BaseSchema class BaseStatusSchema(BaseSchema): name: str class StatusSchema(BaseStatusSchema): id: int lexorank: str