user() ->workspaces() ->select(['ulid', 'name', 'slug']) ->paginate(50); return response()->json($workspaces); } }