I need help how to understand this Swagger documentation
https://petstore.swagger.io/v2/swagger.json
For example, am I supposed to find Pet by status - Multiple status values can be provided with comma separated strings
Does that mean that a user can search with multiple status values? As this is a Spring boot project, I am not sure how one can achieve that. Do I use custom query and Spring boot JPA ?