Inertia::lazy(fn () => Provider::whereOrganisationId($request->route('organisation'))->get()), 'organisation' => Organisation::withCount('servers', 'applications', 'members')->findOrFail($request->route('organisation')), ]); } }