type TotalRows struct { Count int64 `db:"COUNT(*)"` }
type TotalRows struct {
Count int64
db:"COUNT(*)"}