I have a custom Parse class that represents an event. The event has 3 PFRelation columns that represent users that have been invited to the event, users that have accepted the event and users that have declined the event.
Is there any way to count the total number of people in each PFRelation without querying the class again?