$this->id, 'name' => $this->name, 'departments' => $this->whenLoaded('departments', function () { return TestDepartmentApiResource::collection($this->departments); }), ]; } }