namespace JacRed.Models.Sync { public class RootObject { public bool nextread { get; set; } public List collections { get; set; } } }