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