* perf: avoid unnecessary count on getManyAndCount Skip count query when it can be deduced from the number of returned rows. This will avoid one round trip and could be very helpful on pagination when the limit is not reached.