Represents the API response when loading an ObjectSet. Objects in the returned set can either have properties
defined by an interface that the objects belong to or properties defined by the object type of the object.
| Name | Type | Required | Description |
|---|---|---|---|
| data | List[OntologyObjectV2] | Yes | The list of objects in the current page. |
| next_page_token | Optional[PageToken] | No | |
| total_count | TotalCount | Yes | |
| transaction_id | Optional[OntologyTransactionId] | No |