This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Description
It seems a little bit awkward that posts do not contain the number of comments. In order to show the number of comments (not the actual comments) for a post, you need to fetch all comments for the post and count them. A user may never click on a post to see the comments, but we still need to fetch them.