Description
If we want to find out how many users or AnyObjects are members of a given group, it's not possible to figure out via the group itself. Instead we need to run a fiql on the users or Any Objects.
This task is to add the following fields to GroupTO so that we can get this information more easily:
- int staticUserMembershipCount
- int dynamicUserMembershipCount
- Map<String, Integer> staticAnyObjectMembershipCount
- Map<String, Integer> dynamicAnyObjectMembershipCount