package io.fathom.cloud.compute.api.os.model; import java.util.List; public class ImageList { public List<Image> images; }