'integer', 'data' => 'array', ]; public function episodes(): HasMany { return $this->hasMany(Episode::class); } }