I would like to find all occurrences of model M, where M.a.b._id (is an array with subdocs b) == M.c._id
M.a.b._id
== M.c._id
how can I depict it in a nodejs query?