workspace->users()->withPivot('role')->get(); } public function getAllInvites() { return $this->workspace->invites()->get(); } }