belongsTo(Quiz::class); } public function options(): HasMany { return $this->hasMany(Option::class); } }