/**
     * Shows a list of wives from the database
     * @return a list of [Wife]
     */
    @GetMapping("/wives", produces = [MediaType.APPLICATION_JSON_UTF8_VALUE])