def followed_by(account_name)
      return [] if account_name.nil?
      
      followers = []
      count = -1