this looks ok if…
if Group is derived/defined something like this:
const uri = “”;
const client = new MongoClient(uri);
const database = client.db(“myDB”);
const Group = database.collection(“myCollection”);
and id is set to your desired string like “658b31d497187d9cf9b3f00c”