Finder API: Product Types

$selector = "template=type,limit=15";
/** @var PageArray $types */
$types = $padloper->find($selector);
if($types->count()){
    // work with types
}
1
2
3
4
5
6

MORE TBD