mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
make document addition number visible
This commit is contained in:
parent
b31f36d68c
commit
e8e32e0ba1
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue