package io.fathom.cloud.compute.api.os.model; import java.util.List; public class AggregateList { public List<Aggregate> aggregates; }