UNWIND $keys AS id OPTIONAL MATCH (v:Video {id: id})<-[:RELATED_TO_VIDEO]-(gsr:GlobalSoundRecording) RETURN id, collect(gsr.id)