public function getWorkspacesByManager(User $user)
 {
     return $this->workspaceRepo->findWorkspacesByManager($user);
 }