Can underscore pluck have a deep pluck feature to do this: ``` _([{o:{a:1}},{o:{a:43}},{o:{a:234}},{o:{a:23}}]).pluck("o.a") ```