I have the following class -
public class Entity { private String id; private String name; private List images = new ArrayList<>
You need to add getter and setter for Entity#images