I have a parent table A with related relation to B.
I want to find A class and retrieve only related from B by some contition like B.name = ‘only this relation’.
Unfortunately Retrieve will tetrieve all childs from B.
How to add WHERE clause for setRelated?