belongsTo(User::class); } public function questions(): HasMany { return $this->hasMany(Question::class); } }