'integer', ]; public function stores(): HasMany { return $this->hasMany(Store::class); } }