Iterates through the list, calling callback on each item in the list. It returns an array of the items each call to callback returned.
model.list.map(callback)
{Function}
Iterates through the list, calling callback on each item in the list. It returns an array of the items each call to callback returned.