'integer', 'remaining' => 'integer', ]; } /** @return HasMany */ public function holds(): HasMany { return $this->hasMany(Hold::class); } }