Hi, Given a key I'd like to find how many items in a permanent view correspond to that key (without retrieving the items themselves, because there can be too many).
I currently achieve it by having another mapreduce just to compute this count, but it sounds like there must be a better way. -- Sincerely yours, Nadav
