using System.Collections.Generic; namespace skydiveLogs_api.DataContract { public class JumpListResp { #region Public Properties public int Count { get; set; } public IEnumerable Rows { get; set; } #endregion Public Properties } }