githubUsers.sort(_.followers) .filter(_.location == 'Nepal') .take(1000) .sort(_.contributions) .take(1000)