OK so I got entries articles with an asset field documents.
This asset field has an attribute called docType which is a dropdown with 5 values (A, B, C, D, E).
I d like to select all articles entries that have documents with docType=A criteria.
How can I dot that?
Should I make a relatedTo selection?
I tried multiple things but nothing works.