pub async fn count_users(pool: &Pool<MySql>) -> Result<i64>
Counts the total number of users in the system.