For each user, return the number of followers they have. Order the result by user_id in ascending order. Approach / Explanation: 1. Each (user_id, follower_id) pair indicates that `follower_id` ...