belongsTo(Episode::class); } public function user() { return $this->belongsTo(User::class); } protected $casts = [ 'user_id' => 'string', ]; protected $hidden = [ 'created_at', 'ext_id', 'updated_at', ]; }