Basically i have simple scenario, first i need to fetch whole collection, for example "cars" then iterate through that collection and execute 'findOne' on some another collection, for example "users" based on some condition from first collection.Basically i have simple scenario, first i need