Category. It has a slug that has multiple slashes, like animals-pet-supplies/pet-supplies/bird-supplies/bird-cage-accessories/bird-cage-bird-baths etc.'edit' => Pages\EditCategory::route('/{record}/edit'),->where('category', '.*') , which helped. Is there any way to do this in Filament? It's also OK to just use the ID, not the slug, but I have no idea how to do that.protected static ?string $recordRouteKeyName = 'id'; with no luck.