Currently, every view that has an id in the layout file associated with the ViewHolder will generate a view.
I want to be able to skip views that I don't think are required in my ViewHolder
A good example is Constraint widgets like androidx.constraintlayout.widget.Guideline they require an id but I don't have any use for them in my ViewHolder.