belongsTo(Organization::class); } protected $casts = [ 'languages' => 'array', ]; protected $hidden = [ 'created_at', 'ext_id', 'updated_at', ]; }