Does anybody know of a way to count the number of objects in a repository that match a criteria short of running the query and counting the results? In this case, I'm trying to build pagination into a list, and need to know how many objects I'm dealing with without having to retrieve all of them. best, Zach