## Context The api currently allows empty array in the IN filter but the expected behaviour is not very clear. Typeorm seems to return all records when it is empty which could lead to undesired result. Instead we decided to throw an error. I've updated the FE accordingly to skip calls when array is empty. <img width="696" alt="Screenshot 2024-09-23 at 14 20 28" src="https://github.com/user-attachments/assets/4b641430-ff17-40a6-bbc5-75e9a1d55f50">
Run yarn dev while server running on port 3000