Hi, I'm fairly new here, currently exploring after shifting over from Clerk.
I'm using the NextJS App Router SDK, building a B2B SaaS that relies heavily on the multi-tenancy features Kinde offers.
One thing that seems a little clunky is retrieving organization names. For example, the KindeOrganization typed object returned from the various APIs (useKindeBrowserClient().organization for example) only returns the orgCode. It'd be great if it could return the orgName as well - I believe it'd be a much nicer DX than having to get the org code > get the claim, we'd also get type checks π
If this could also be implemented for the KindeOrganizations type as well that'd be awesome!