Open
Description
Expected behavior:
When I fetch a story stream and its comments, the commentsCount should return the number of top level comments in that story
(on the screenshot, 4
top level comments, but 28
as commentsCount)
Actual behavior:
The commentsCount returns the number of top level comments included their replies.
Is there any way, to get the actual count of only top Level comments?