NotificationContentOut(NotificationContentOut)
Base pydantic model for Notification.content ORM columns.Do not use this base class or all of its subclasses directly when marking response type etc.
Instead, use the union type NotificationContentOutUnion or
NotificationOut model class.
{
"content_type": "text",
"category": "basic",
"title": "string",
"message": "string"
}