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