namespace API.DTOs { public class SearchQueryDto { public string QueryString { get; init; } } }