pub trait CountPolicy { type Count: DataType; }
The integer type returned by COUNT (e.g. Integer on SQLite, Int8 on PostgreSQL).
SQLite
PostgreSQL