function last(expression) last() returns the last element in a list. Arguments:
MATCH (a) WHERE a.name='Eskil' RETURN a.array, last(a.array)