I want to create two types of custom objects. Each has a property which references an object of the other type. Essentially I want to create doubly-linked pairs of objects which have a two-way relationship. Is this a valid use case, or does it break anything?
An example:
Band: The Beatles; Members: {John, Paul George, Ringo}
Musician: Ringo; Band: The Beatles