package kr.itn.itnhub.review;

public record ReviewImportReport(int created, int updated, int total) {
}
