package io.fathom.cloud.compute.api.os.model; import java.util.List; public class ServerList { public List<Server> servers; }