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