pub(crate) async fn count_rows( pool: &PgPool, tables: &[&str], ) -> Result<FastMap<String, i64>, Error>