Comment
Comment entity with nested replies
Comments are attached to posts. They support nested replies via parentId. The API returns comments as a tree structure when include=comments.replies is used, or as flat top-level comments with include=comments.
Prop
Type
Nesting behavior
| Include value | Result |
|---|---|
comments | Top-level comments only, no replies field |
comments.replies | Full nested tree with recursive replies arrays |