I want to get only the objects that don't have a specific property
filled in (expected type is an object). Is there a way to do that?
e.g., "property" : {"id" : null} limits to only those that *do* have a
link for that property... but I want the opposite set.
-jason