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