def questions_count()

in moderator/moderate/models.py [0:0]


    def questions_count(self):
        return self.questions.all().count()