$this->id, 'title' => $this->title, 'description' => $this->description, 'type' => $this->type, 'project_id' => $this->project_id, 'project' => new ProjectResource($this->whenLoaded('project')), 'priority' => $this->priority, 'estimated_effort' => $this->estimated_effort, 'status' => $this->status, 'assigned_sprint_id' => $this->assigned_sprint_id, 'assigned_sprint' => new SprintResource($this->whenLoaded('assignedSprint')), 'created_by' => $this->created_by, 'creator' => new UserResource($this->whenLoaded('creator')), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }