I have been trying to use the getObjects().length(); I saw this being used somewhere and thought it was possible but I am unable to get it to work.
Is there a way to count objects in of just one class?
int actorCount = getObjects(Actor.class).size();