**Describe the content issue**: Request to enhance Documentation for Data Modeling Relationships 1. "Has One" Relationship Updates * Add a new subsection detailing cascade delete functionality * Incorporate code snippets using existing examples to illustrate the process 2. "Has Many" Relationship Updates * Introduce a dedicated segment explaining cascade delete operations * Provide practical code examples based on current documentation to demonstrate implementation **URL page where content issue is**: * [JS PR](https://github.com/aws-amplify/docs/pull/8189) * [JS Has One Cascade Delete ](https://docs.amplify.aws/javascript/build-a-backend/data/data-modeling/relationships/#handling-orphaned-foreign-keys-on-parent-record-deletion-in-has-one-relationship) * [JS Has Many Cascade Delete](https://docs.amplify.aws/javascript/build-a-backend/data/data-modeling/relationships/#handling-orphaned-foreign-keys-on-parent-record-deletion-in-has-many-relationship)