RelationshipGroup
Struct for list of related objects.
| Name | Description | Type | 
|---|---|---|
object_type | The object type whose relationships belong to this group, or -1 if the group contains relationships from all object types. | number | 
related_objects | List of related objects. | RelationshipData[] | 
has_more_related_objects | True if not all relationships belonging to this group could be retrieved. | boolean | 
Example
{
  "object_type": 0,
  "related_objects": [] /* Array of RelationshipData */,
  "has_more_related_objects": false
}