List View doesn't always group entities of same type together?

Is this normal for List views of multiple DB’s? It seems like usually entities of a DB are grouped together (when there is no sorting applied).

If no specific sort is applied, then entities are sorted by ‘rank’, which is a global sorting order that doesn’t take entity type into account.
So yes, it’s ‘normal’ behaviour, but maybe not intuitive behaviour :man_shrugging:

2 Likes