Missing "total" key/values from "read_variant" and "read_sv" endpoints
How to test:
Launch the demo app (master branch) and run this query: curl -X GET "http://127.0.0.1:8000/variants/1_880086_T_C"-->It shouldn't return "total" key/value
Repeat from this branch and the key/value should be there
This PR adds | fixes:
How to test:
curl -X GET "http://127.0.0.1:8000/variants/1_880086_T_C"
-->It shouldn't return "total" key/valueReview:
This version is a: