Hi, during creation of the account in my nestjs (in thirdPartySignInUpPOST) I am making an additional profile for the user in my database (not user metadata). I return it and when I view the response object, it's there under "profile" property. However when I read the session on the Frontend (Next) - it doesn't see the profile value until I relogin. I do add it in createNewSession API override, to the input.accessTokenPayload, but it's still not there until I relogin. Any ideas?