Support for parsing and converting the kwargs of count function, similar to the logic present in find.
This is required if we want to use the same filtering logic for counting as the one we have for listing.
Coverage increased (+0.2%) to 64.603% when pulling febb200df77bcf02b4b61974b7bc8f145acf06b1 on BeeMargarida:ms/convert_kwargs_count into 96819cd796d73f2ffd4dea326485b8e047b5dc2e on hivesolutions:master.
Coverage decreased (-0.6%) to 63.819% when pulling 1665ff5e37224067991b84d4dc1ee7c9d88055d1 on BeeMargarida:ms/convert_kwargs_count into 96819cd796d73f2ffd4dea326485b8e047b5dc2e on hivesolutions:master.
Support for parsing and converting the
kwargs
ofcount
function, similar to the logic present infind
. This is required if we want to use the same filtering logic for counting as the one we have for listing.