Is there a way to query documents where a list attribute does not contain an item?
TL;DR
Developers want to query documents to find those where a list attribute does not contain a specific item. This can be achieved by using the "not" operator in the query to exclude documents with the specified item in the list attribute.