I have a class like this:
public class ItemList { [JsonProperty("items")] public IEnumerable Items { get; set; } }