Tôi hy vọng nó có thể giúp ích cho bạn.
const result = await booking.save();
const res=await booking.findById(result._id).populate("user");
console.log(res)
Tôi hy vọng nó có thể giúp ích cho bạn.
const result = await booking.save();
const res=await booking.findById(result._id).populate("user");
console.log(res)