I keep getting errors like: Duplicate API identifier "defaultRole", "contactRoleAssignments"
When I delete the duplicate fields, the error disappears, but it comes back later.
In my shopifyCompany model, I can see duplicates being created: Two defaultRole fields (both belongsTo) Two contactRoleAssignments fields (both hasMany)
This problem started appearing after a recent Shopify version update, and it looks like the sync/auto-generation process keeps re-adding these duplicates even after cleanup.