fix: images in child items (#623)

* support parentID search

* fetch images for item children

Former-commit-id: afbc6a49ac0a39684e42c95eba04517745b4ccf1
This commit is contained in:
Hayden 2023-11-15 21:41:24 -06:00 committed by GitHub
parent a26ea3bac5
commit 798d873f76
4 changed files with 27 additions and 10 deletions

View file

@ -22,6 +22,7 @@ export type ItemsQuery = {
pageSize?: number;
locations?: string[];
labels?: string[];
parentIds?: string[];
q?: string;
fields?: string[];
};