Concept Flow - Array of embedded documents queries
Start with collection
Identify array field
Use query operator on array
Match embedded document condition?
No→Skip document
Yes
Return matching documents
End
The query checks each document's array field for embedded documents matching the condition and returns those documents.