I have 2 functions inside model.js, findUser(id) and findById(userId). they are both inside class. Inside findById(userId), I want to call findUser(id). how can I do that?