package com.cloudhandson.vpdbackoffice.domain.structured; import java.util.List; import java.util.Map; public record StructuredDataPreview( StructuredDataTable table, List columns, List> rows, int rowLimit ) { }