workspaceId as a required input to each route, read it on the frontend with a custom hook and provide it as input. That works but is a bit cumbersome: We know that the url will always contain the id, and we know how to read from it on the server.queryKey...orgScopedProjects = trpc.projects.setInputs({ organisationId })orgScopedProjects.list.useQuery()