Fetching data that belongs to a model 'through' another relationship

Hi @sebpowell, sorry I’m not posting to help but I actually have a question about your strapi raw query, above. What does the ${articleIds.join()} in your code stand for? How do you interpolate these variables directly into the SQL query? I’m facing a similar situation of wanting to use a WHERE clause for the currently logged in user, and wondering how you did it… could you share some of that code for ${articleIds.join()}?