protected open fun getModelCountBuiltSoFar(): Int
Get the number of models added so far during the #buildModels() phase. It is only valid to call this from within that method.
This is different from the number of models currently on the adapter, since models on the adapter are not updated until after models are finished being built. To access current adapter count call #getAdapter() and EpoxyControllerAdapter#getItemCount()