dev add pagination for search in internet images
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-10 11:58:32 +07:00
parent 33883faa98
commit 792e0048cc
4 changed files with 29 additions and 5 deletions
@@ -42,4 +42,12 @@ public class YandexSearchResponse {
@JsonProperty("host")
private String host;
}
private int page;
private int pageSize;
private int totalResults;
private int totalPages;
}