Fanis Tharropoulos
11/25/2024, 10:50 AMid
key and sizes
key like
instockinstores: {
id: string;
sizes: number[]
}
Keep in mind this is typescript syntax. For Typesense syntax you'd have to have instockinstores be an object[]
and then id and sizes be nested under it