The RepositoryFinderSupport.count() method perform a standard query and then counts the number of entities in memory.
It doesn't work any longer after the latest refactorings. Probably a decorator finder is computing the size in memory.
Fixed again after the latest refactoring.