using System;
namespace Model
{
public class Statistics
public string Title { get; set; }
public int Num { get; set; }
}