No. file.aliases it’s an implicit field, i.e., if you use in yaml aliases: other title automatically Obsidian read it as aliases (the same for tags: tag1).
If you use another key, you need to change the query:
```dataview
LIST
WHERE key
FLATTEN key
GROUP BY key
```
(file.<something> only for implicit fields)