My collection deals has records with many parameters, one of them is Many to One relationship with another collection sellers. The issue is, when I try to retrieve all deals from the database with js script, I am getting null value in this parameter, where in appwrite console there is set one value from sellers in my deals collection record.
TL;DR
Issue: Retrieving a Many to One relationship parameter in a collection (`deals`) returns null in script, despite having a valid value set in the appwrite console.
Solution: Ensure that the code fetching the data is correctly handling the Many to One relationship parameter. Double-check the mapping and retrieval logic to accurately display the `seller` data.