Hello,
I’d like to connect a User and a Client/s.
Should I:
- create a field which is a List of Clients in my data type User, and also create a field which is User in my data type Client, or,
- should I only create one of them? (Only a List of Clients in my data type User), or
- should I create a new data type called Relationship with a Client field and a User field?
Any thoughts?
Thanks!