$this->id, 'task_id' => $this->task_id, 'title' => $this->title, 'is_completed' => $this->is_completed, 'position' => $this->position, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }