My JSON: ``` parameters": [ { "name" : "interests", "in" : "query", "description": "The intrests of a user", "items": { "type": "string" }, "enum": [ "movies", "books", "cars" ], "type": "array", "collectionFormat": "csv" } ] ``` Expected result:  and the query being: findByInterests?interests=books,cars Actual result: 