[Answered ]-Django annotations and filters

2👍

Comment.objects.filter(comment__created_at__gte=the_date).annotate(Count('comment'))

Leave a comment