namespace JSMR.Application.Creators.Queries.Search.Contracts; public class CreatorSearchCriteria { public string? Name { get; init; } }