namespace OnlineSalesAutoCrop.CoreAPI.Models.Objects { public class FoundKeywordItem { public string Keyword { get; set; } public int Occurrences { get; set; } } }