package kr.itn.itnhub.dashboard;

public record DistributionItem(String label, int count) {
}
