function () { return $this->user->userCard->photo ?? ''; }, 'username' => function () { return $this->card->fio ?? null; }, 'email' => function () { return $this->card->email ?? $this->user->email; }, 'role' => function () { return $this->projectRole->title ?? null; }, 'status' => function () { return $this->status ?? null; }, ]; } }