namespace JSMR.Application.Common.Search; public record SearchResult { public T[] Items { get; set; } = []; public int TotalItems { get; set; } }