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