Note that the first emoji in this response shouldn't be a sad-face. It was copied directly from code in my node_modules. The second smiley is intentional. lol
This could very well be an ignorant conclusion, but looking at the JSDoc and code of the session.run(...) return type it's type Result:
run(query: Query, parameters?: any, transactionConfig?: TransactionConfig Result;
``Looking at the code associa...