I\'ve created a model that has its own class:
public class VMRequest() { public int Id { get; set; } public List Slots { get; set; }