-- 󰆙 Count the total number of users in our system select count(u.id) as total from public.user_account as u;