so when I reference say `pageViewModels` from the ...
# tornadofx
a
so when I reference say
pageViewModels
from the NotebookViewModel that comes from the overriden scope
override val scope = super.scope as NotebookScope
, I can't do
pageViewModels.forEach { ... }