package ch.gtache.elderscrollslegends.client; import java.util.List; public record JSONCardCollection(String Name, JSONRawKey DisplayName, List Cards, int ContentPackIndex, boolean DisplayAsPromo, String DisplayIcon) { }