$this->id, 'name' => $this->name, 'is_active' => $this->is_active, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }