belongsToMany(Question::class); } public function media() { return $this->belongsToMany(Media::class); } }