casts['options'] = SchemalessAttributes::class; } /** * Scope for Extra attributes */ public function scopeWithExtraAttributes(): Builder { return $this->options->modelScope(); } }