package com.cloudhandson.vpdbackoffice.domain.effective; import java.util.List; public record EffectiveMatrixView( List users, List groups, List roles, int permissionCount ) { }