class HowLongToBeatService { constructor() { } async search(game) { return [{ gameplayMain: 93, id: 11228 }] } } module.exports = { HowLongToBeatService }