Mapping array data

/*
Problem 1: Map the data.
Give me an array that only has the animal 'type’s in it.
Give me an array full of ‘obects’ of all the animal’s weights and sizes.
We’re looking for two new arrays here
/
/

Just so that I am not headed down the wrong track, can I get some opinions on the wording of this question, please? Would you say this problem is asking for one array for the first part and two more arrays for the second part? Or is it asking for a total of two arrays?
*/

Hi @paulrt, without knowing which challenge this is specifically to me it sounds like the challenge is asking for two arrays total, one for each.