Symptom
Filtering artists by type via the API returns ALL artists regardless of the type parameter. The filter appears to have no effect.
What you know
The repository uses a Decorator pattern where a LoggingRepository wraps an InMemoryRepository. The logging decorator logs the correct operation name but delegates to the wrong inner method.
Hints
TypeScript
TypeScript ready
Test Output
▶
Click "Run Tests" to execute your code