I\'m trying to figure it out, why mongoose is not returning boolean while using User.exists({_id: id});
User.exists({_id: id});
let userExists = await User.exists({id: id}