统计数据使用Count方法,Count方法的参数为struct的指针并且成为查询条件。
Count
user := new(User) total, err := engine.Where("id >?", 1).Count(user)