$topic['id'], 'name' => subtext($topic['name'], 5), 'img' => $topic['img'], 'follow_count' => getNumber($topic->follow->count() + config('customer.add_topic_follow_count')), ]; } }