お役に立てば幸いです。
const result = await booking.save();
const res=await booking.findById(result._id).populate("user");
console.log(res)
お役に立てば幸いです。
const result = await booking.save();
const res=await booking.findById(result._id).populate("user");
console.log(res)