@rrader because I use sealed classes to model cell types in a list view (android) and there's a method where I have to return the number of cell types. I have to hardcode this. And thought that maybe just counting the subclasses helps. Not really convinced of this approach, though, for the most part just curious