working with Laravel PHP, I have this model with a constructor where i set the attributes:
class NutritionalPlanRow extends Model { use HasFactory; p