Hello, If you are encountering an error as in the title. It is probably due to the singular object coming in the field you defined as List<>. It will be enough to make the following setting for ObjectMapper. ObjectMapper objectMapper = new Ob…