session object exported by the auth() function, it works fine in Server Components, but when I use the "use client" directive, I can no longer access it. Now this is no surprise, but I was wondering if there was a way to get the session object in a Client Component? Thanks for any answers/insight