$this->id, 'name' => $this->name, 'role' => $this->role, 'company' => $this->company, 'avatar' => $this->avatar, 'text' => $this->getTranslated('text_key'), 'personality' => $this->personality, 'display_order' => $this->display_order, 'project' => $this->whenLoaded('project', function () { return $this->project ? [ 'id' => $this->project->id, 'slug' => $this->project->slug, 'title' => $this->project->getTranslated('title_key'), ] : null; }), ]; } }