Make sure we send `total-questions` as property along with quiz for `GET /quizzes` and `GET /quizzes/:id` since it is very useful meta. It should be serialized as `total-questions` and should be an Integer always. `0` when no question is associated.