items as $key => $tune) { $tuneId = $tune->getETag(); $result[$tuneId] = $tune; } return new TuneCollection(array_values($result)); } }