If you are using a typescript project and are trying to use the bson-objectid imported ObjectId it is missing 4 properties. ``` TS2739: Type 'ObjectID' is missing the following properties from type 'ObjectId': _bsontype, generationTime, toJSON, ``` Listed for convenience: ``` _bsontype generationTime toJSON inspect ````