2.0 GroupCounts object

Contains aggregates (counts) of a group.

Example

{
  "members": 10,
  "drillables": 20,
  "tests": 5
}

Fields

Field Type Description
members
required
Integer The number of members of the group.

Example value: 10
drillables
required
Integer The number of drillables (drills or courses) contained in the group.

Example value: 20
tests
required
Integer The number of tests contained in the group.

Example value: 5