const room: any = await connection .getRepository(Room) .createQueryBuilder("room") .where("room.id = :room_id", { room_id: id }) .getOne();