*/ protected $fillable = [ 'name', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ ]; }