hasMany(Comment::class); } public function author(): BelongsTo { return $this->belongsTo(Author::class); } }