i want to count comments for every single Post
in models.py:
class Post(models.Model): body = models.TextField(max_length=10000) date = models.