Hello!
I know Aurelius can do paging by using Take and Skip, but I can't find in the manual any way to return the whole count which we need for the UI. The manual says that using Take(0) will return an empty result so my question is: how do I make sure to have all the meta-information (total count, etc.) to send to the client?
Cheers!