"Levels" List for Revit Commit using "Everything" Setting

Hey all,
whilst I’ve come to adore the speckle connector for Revit over the last couple weeks, I’d see it as very useful if the “Levels” would also be exported as an additional list when the “Export Everything” selection is used to create a commit from Revit.

For now, it exports the following:
image

Result:

However, trying to get a full comprehensive list of levels within the commit is unnecessarily complicated when for example importing the commit to unity and trying to display an overview of the different levels for the user.
Of course this can be done via either iterating over all sent objects or making use of the GraphQL request structure, but why not simply add the Levels List to the commit? It’s already implemented for the “Project Information” commit selection in Revit, and would make accessing the Levels way easier for the user without needing a separate commit or unnecessary GraphQL requests / iteration over all objects.

Separate “Project Information” Commit:
image

Result:

Cheers, and thanks for all the great work you’ve already done on this,
Polly