*/ protected function casts(): array { return [ 'deleted_at' => 'datetime', ]; } public function owner(): MorphTo { return $this->morphTo(); } }