{'date': {'$gte': new Date('YYYY-MM-DD'), '$lte': new Date('YYYY-MM-DD')}}
{'date': {'$exists': true}}
{'find_string': {'$regex': 'StartWithStrings'}
{'find_key': {'$eq': 'equal_string'}} # 일치하는 필드 값
{'find_key': {'$ne': 'not_equal_string'}} # 불일치하는 필드 값