{_.filter(this.state.todos, {done:true}).length} done, {_.filter(this.state.todos, {done:false}).length} pending
{todo.value}