*/ protected $guarded = []; /** * @return BelongsTo */ public function genre(): BelongsTo { return $this->belongsTo(Genre::class, 'genres_id'); } }