Query MongoDB documents by data type using the $type operator, which can help you query unstructured data with unpredictable types.| www.mongodb.com
MongoDB uses BSON (Binary JSON) field types to store and serialize documents.| www.mongodb.com