Finder API: Product Attributes & Options

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

MORE TBD