Hi. I am on @amityco/ts-sdk: 6.32.2 and noticed this comment on the RawPost type
commentsCount: number; // API-FIX: backend doesn't follow its own convention
I am having trouble with inconsistent commentCount compared to the actual number of comments fetched on some posts. This can be seen through the console as well with some saying 5 comments but only 3 comments are included. Can you tell me what this comment could mean and how can I fix this issue