Currently, session are not typed, we are loosing typing when accessing data. As a quick fix, we can always use `as` but it's not ideal. Typing session directly from the session creation would be better.