Requirements: — Get the image from the first SubItem to make a thumbnail, which means only one image is enough. Data (root object) has child objects(Item), Item has child objects(SubItem). If data has five children(Item), it has five thumbnail images that needs to be displayed. Each SubItem has the image url; Conditions
1…