I'm unable to get response in Postman. It becomes an infinite loop I think. The models are: dish, category. One category had multiple dishes.

Before add Dish (id, category), it behave normal like this
Here is the Dish and Category model
Here is one of the Controller
The post dish working great, but the search is not. Anyone know how to solve it? (The db I use is Postgres)
Edit: I solved it. Using @JsonBackReference and @JsonManageReference