selectDeep - like findDeep, but returns an array of all the matches, not the first one only.
opposite to filterDeep this method returns just a flat array of chosen meta-values, without preserving the structure of the original data source object.
also shorthands similar to find**:
selectValuesDeep
selectPathsDeep
selectDeep - like findDeep, but returns an array of all the matches, not the first one only. opposite to filterDeep this method returns just a flat array of chosen meta-values, without preserving the structure of the original data source object. also shorthands similar to find**: selectValuesDeep selectPathsDeep