0, ]; protected function casts(): array { return [ 'total_boxes' => 'integer', 'description' => 'string', ]; } public function boxes() { return $this->hasMany(Box::class); } }