How to fetch documents based on the count of the elements from pymongo / mongodb
I have 4 conditions which I want to use to fetch my documents: data MUST be between from_date - to_date imageKey MUST be included in IDS EITHER (at least 1 of) "updatedCoordinates.status" should be in ["ORIGINALLY_UNDETECTED","CHANGED"] OR the length of…