SELECT Followers.user_id, COUNT(Followers.user_id) AS followers_count FROM Followers GROUP BY Followers.user_id ORDER BY Followers.user_id ASC;