`findById `did not work in my case. I find the solution in [Stackoverflow](https://stackoverflow.com/questions/41577597/sequelize-findbyid-is-not-a-function-but-apparently-findall-is) Changed it to ` findByPk`