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.
Make sure we send
total-questionsas property along with quiz forGET /quizzesandGET /quizzes/:idsince it is very useful meta.It should be serialized as
total-questionsand should be an Integer always.0when no question is associated.