use IlluminateDatabaseEloquentCastsAsCollection; /** * The attributes that should be cast. * * @var array */ protected $casts = [ 'options' => AsCollection::class, ];