I am super new to next-auth and trying it for my new side project .
I have few questions
How can I get custom data which is stored in the DB for the user like userId. (Should I use the session hook and whenever the use session is called , it makes a DB call)
How can I stop making a session API call everytime the tab is switched ?