MongoDB Aggregation: How to return only the values that don't exist in all documents
Lets say I have an array ['123', '456', '789'] I want to Aggregate and look through every document with the field books and only return the values that are NOT in any documents. For example if '123' is in a…