It looks like maybe there have been changes to the api regarding accessing genetic traits ``` u.human.query(:genetic_traits) Nestful::ResourceNotFound: Failed. Response code = 404. Response message = Not Found. Response Body = Cannot GET /v1/human/genetic_traits?access_token= ``` in the API documentation, it looks like the genetic info url structure has changed https://api.humanapi.co/v1/human/genetic/traits?access_token= and also added genotypes, which would be vital to have, with the locations options https://api.humanapi.co/v1/human/genetic/genotypes?access_token=demo&locations=rs3094315%20i3000001 Can you fix the issue so we can get at the genetic data?