Doufám, že vám to pomůže.
const result = await booking.save();
const res=await booking.findById(result._id).populate("user");
console.log(res)
Doufám, že vám to pomůže.
const result = await booking.save();
const res=await booking.findById(result._id).populate("user");
console.log(res)