需要對 id 進行轉換
const mongoose = require('mongoose')
var ObjectId = mongoose.Types.ObjectId;
await Users.aggregate([
{
$match : { "_id":new ObjectId("5asdasdasc66b6aae717b")}
}
])