diff --git a/_docs_integrate/data-model-overview.md b/_docs_integrate/data-model-overview.md
index c053d911a..3da75ff93 100644
--- a/_docs_integrate/data-model-overview.md
+++ b/_docs_integrate/data-model-overview.md
@@ -104,7 +104,7 @@ A Relationship between two Identities is the prerequisite for them to exchange M
| Name | Type | Description | Remarks |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| id | `string` | {% include descr_id class="Relationship" prefix="REL" %} | |
-| template | [`RelationshipTemplate`](#relationshiptemplate) | The RelationshipTemplate that was used to establish this Relationship. | |
+| templateId | `string` | The ID of the RelationshipTemplate that was used to establish this Relationship. | |
| status | `"Pending"` \| `"Active"` \| `"Rejected"` \| `"Revoked"` \| `"Terminated"` \| `"DeletionProposed"` | The status of this Relationship.
{::nomarkdown}