protected function prepare_links( $item ) {
        $country_code = strtolower( $item['code'] );
        $links        = array(
            'self'       => array(
                'href' => rest_url( sprintf( '/%s/%s/%s', $this->namespace, $this->rest_base, $country_code ) ),