UNWIND $keys AS key OPTIONAL MATCH (nrsr:NrSoundRecording:NrOwnership {id: key}) -[r:HAS_PRIMARY_ARTIST]->(participant:NrParticipant:NrOwnership) RETURN key, collect(participant{.id, .name}) as participants