"key": "actor",
"type": "relationship",
"relatedTablesId": "profiles",
"required": false,
"array": false,
"relationType": "oneToMany",
"twoWay": false,
"onDelete": "setNull",
"side": "parent"
}```
Tried both relatedCollectionId and relatedTablesId, but push still fails.
Any known fix or workaround?