Hey!
I have a problem regarding fetching data and relationships. Currently I have Article document, where I put Content Relationship field (Author) to make relationship between Author and his Articles.
I don't have any problems with fetching Author details with all Articles, however, right now I would like to fetch X Author details (based on the uid), but also I would like to fetch all his articles. I don't want to create relations in the Author document type, because I would have to link all documents in the 2 ways (link Author on the Article, and link Articles on the Author page). Do you have any suggestion how I could fetch these Author data + his articles by the API?