I've checked out an older question that is related with my embedded paging situation. Although the embedded paging with slicing works fine, the total pages solution is still missing, and i wonder whether it's possible to get the total size of the comments on the server side.
Is there a way to query or count the size of the embedded array on the server without having to fetch the whole document to my app and count it manually ?
I dont mind making 2 queries for this, 1 for paging the comment, 1 for getting the total of the comments. If i can do this in one query, that'll be amazing though.
By the way, i am using the java driver and spring-data mongodb.
Please share your thoughts. Thanks !