where(['type' => $type]) ->whereJsonContains('market_ids', [(string)$marketId]) ->orderBy('sort','desc') ->get()->toArray(); } }