The driver ObjectId constructor shape.
(value?: string): IMongoObjectId
Constructs a new ObjectId.
isValid(value: unknown): boolean
Tests whether a value is a valid ObjectId — exactly a 24-hex string,
so a 12-char value is rejected.