*/ public function attachments(): MorphMany { return $this->morphMany(Attachment::class, 'attachable'); } }