I use amity js sdk 5.16.0
I query the comments from post following the documentation https://docs.amity.co/social/web/comments#comment-query
I tried to change the value in first (or last) to more than 5 but, it always returns 5 comments only. Is it a bug?
Besides that, is there any way to apply pagination (or “load more comment”) by using the queryComments
?