Skip to content

Commit

Permalink
Merge #637
Browse files Browse the repository at this point in the history
637: Total Tasks in task route #636 r=brunoocasali a=tonyghouse

# Pull Request

## Related issue
Fixes #636 

## What does this PR do?
- Added Total Tasks in task route

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Tony Ghouse <tonyghouseofficial@gmail.com>
  • Loading branch information
meili-bors[bot] and tonyghouse authored Aug 14, 2023
2 parents 47cc32b + ebde367 commit bec8977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/meilisearch/sdk/model/TasksResults.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class TasksResults {
protected int limit;
protected int from;
protected int next;
protected int total;

public TasksResults() {}
}

0 comments on commit bec8977

Please sign in to comment.