make document addition number visible

This commit is contained in:
Marin Postma 2021-04-29 20:05:07 +02:00
parent b31f36d68c
commit e8e32e0ba1
No known key found for this signature in database
GPG Key ID: D5241F0C0C865F30

View File

@ -41,7 +41,7 @@ mod transform;
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct DocumentAdditionResult {
nb_documents: usize,
pub nb_documents: usize,
}
#[derive(Debug, Copy, Clone)]