My object it looks like that
{"Items":[{number:8468},{}],
"count":2}
I need to take for example number of item 1
my code is that and it is not working
var content = await response.Content.ReadAsStringAsync();
var myObject = JsonConvert.DeserializeObject<ICollection<ViewModel>>(content);