System Information
- 3.3.3:
- Ubuntu:
- Mongo:
- 12.19.0:
- 6.14.8:
- 1.22.5:
Hello!
How can I add custom parameters to relations?
Let’s say we have Person
model and Siblling
relation to other persons. Is it possible to add also Sister
relation, so it would return Sibling
records with {“sex”: “female”} attribute only?