class Topic(Object, RenderedTextMixin):
    __mapper_args__ = {
        'polymorphic_identity': TOPIC_ID
    }