useSession query behaviour?

I have a couple of extra fields on my user table that I like to have when I call useSession, but currently it seems to only include the base "id", "name", "email", "emailVerified", "image"
however when I turn the logger on in drizzle it seems like when get-session endpoint get's called it actually queries all the data from the table.
I guess my question is, since the data is already queried how can i pass it so it's available in my useSession hook.
image.png
Was this page helpful?