class HowLongToBeatService { constructor() { } async search(game) { return [{ gameplayMain: 93, id: 11228, imageUrl: "https://jefklakscodex.com/img/logo.png" }] } } module.exports = { HowLongToBeatService }