package cz.vsb.crm.dto; import java.util.List; public record ImportReport( int created, int updated, List<String> errors) { }