Hi! I'm trying to understand opt-in relationship population. I'm listing rows as follows: (...).listRows({ databaseId: this.databaseId, tableId: this.tableId, [] });
and the results are auto populating the relationship data, I was expecting for this to be only populated when Query.select would be present. What am I missing here?
Thank you for your time!