using AVSCartonShipmentVerifier.DTOs; namespace AVSCartonShipmentVerifier.ViewModels; public sealed class VerificationDashboardViewModel { public IReadOnlyCollection RecentScans { get; init; } = []; }