package io.fathom.cloud.identity.api.os.model; import java.util.List; public class Projects { public List<Project> projects; }