with(['store']) ->where(['type' => $type]) ->whereIn('market_id', [0,$marketId]); return $builder->get()->toArray(); } }