Hi!
I'm a bit confused with O2M and M2O relationship. I've got a Customer that has many stores and a store belongs to one customer. I can create a customer_id key on store with a M2O relationship and all goes well. Now I need to have this relation also on Customer. i.e. looking for all stores associated with one customer. And possibly have this relation taken from the previous one. Strapi can do that in a straightforward method. Can Directus do this easily? thanks!