public function get_terms_labels( $column ) {
        $return_labels = array();

        if ( isset( $this->plugin->connectors->term_labels[ 'stream_' . $column ] ) ) {
            if ( 'context' === $column && isset( $this->plugin->connectors->term_labels['stream_connector'] ) ) {