DBPedia Lookup result ranking

Hello!

I am trying to understand the lookup ranking logic.
In the “old” lookup repo: GitHub - dbpedia/lookup: Outputs a list of ranked DBpedia resources for a search string., it says in the Readme:

"… The results are ranked by the number of inlinks pointing from other Wikipedia pages at a result page.
"
Does this logic still apply to the “new” repo: GitHub - dbpedia/dbpedia-lookup: A generic entity retrieval service for linked data. Contains presets to replicate the DBpedia Lookup service.
Because it seems that no ranking is applied.
Here is a concrete example:
If I look up the string “NSA” in the public https://lookup.dbpedia.org/ (https://lookup.dbpedia.org/api/search?query=NSA), the highest ranking result I get is: About: FC NSA Sofia

This does not seem to be the wikipedia page with the most inlinks. Can somebody elaborate?

Best regards
Lukas