namespace StardewModdingAPI.Web.Models { /// The mod update search criteria. public class ModSearchModel { /// The namespaced mod keys to search. public string[] ModKeys { get; set; } } }