let { a, ...passthrough } = o;
let total = passthrough.b + passthrough.c.length;