export const createToOneRelationshipMetadata = ({
  options: { key, type, cascade, backRef },
  property,
}: {
  options: RelationshipOptions;