Project.findByPk(123).then(project => { console.log(project); }) //--- OR --- const result = await Project.findByPk(123);