public static function find()
 {
     return parent::find()->select(['article_item_id', 'count' => 'count(id)'])->groupBy('article_item_id');
 }