Where is the relationship for an embedded list called?
So I understand that the refineQuery(current, parent) function within a relationship sets up a query that can be used to pull records for a embedded/related list. Where exactly does this query actually get executed? .query() or .next()? I'm strugglin...