'decimal:2', 'is_active' => 'boolean', ]; public function items() { return $this->hasMany(RecipeItem::class); } }