diff --git gp-includes/things/translation-set.php gp-includes/things/translation-set.php
index 622b4d7..8171651 100644
--- gp-includes/things/translation-set.php
+++ gp-includes/things/translation-set.php
@@ -2,8 +2,17 @@
 class GP_Translation_Set extends GP_Thing {
 
 	var $table_basename = 'translation_sets';
-	var $field_names = array( 'id', 'name', 'slug', 'project_id', 'locale' );
 	var $non_updatable_attributes = array( 'id' );
+	var $field_names = array(
+		'id',
+		'name',
+		'slug',
+		'project_id',
+		'locale',
+		'current_count',
+		'untranslated_count',
+		'waiting_count'
+	);
 
 	function restrict_fields( $set ) {
 		$set->name_should_not_be('empty');
