hasMany(Comment::class); } public function scoped_comments(): HasMany { return $this->hasMany(Comment::class); } }