To handle Count request when no pagination is set, we need to do the count in memory (when asked) instead of another SQL request
To handle Count request when no pagination is set, we need to do the count in memory (when asked) instead of another SQL request