_init( \Magento\Downloadable\Model\Link\Purchased::class, \Magento\Downloadable\Model\ResourceModel\Link\Purchased::class ); } /** * Add purchased items to collection * * @return $this */ public function addPurchasedItemsToResult() { $this->getSelect()->join( ['pi' => $this->getTable('downloadable_link_purchased_item')], 'pi.purchased_id=main_table.purchased_id' ); return $this; } }