Raw: Verdadero en SECELIZICE

Model.findById(1).then(data => {
  console.log(data.get({ plain: true }));
});
Jaimin Patel