Like we have statIndex property in client side, it would be great if we have the same on server side as well, so that we can fetch limit records wherever required.
--Sandeep Kolli
Yes, I totally agree with you.
I don't understand why StartIndex and Count were removed from the server side aggregate.
Regards
Yes @Tom Zhao it serves as FETCH OFFSET clause, and it'll reduce the manual logic required to do so.