refactor(profile): move office mailbox counters to mail repositories
Replace raw SQL counter queries in the office page with dedicated count methods on MailMessage and Contact repositories (countInbox, countNewInbox, countOutbox, countNewOutbox, countAttachedFiles, countBlocked).