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