You're developing the comment system for a social platform for AFOLs (Adult Fans Of Legos). The comment data looks like this.
Each comment can have one or none parent_id that identifies its parent comment.
Insert a column called n_descendants in comments that displays how many total comments are nested below each comment. For example, comment 12 has six descendants.