I have the following line to get an array of collections:
$tags=Tag::all()->map->only([\'id\', \'name\']);
Which produces following