[
{
"id": "53",
"type": "freeProduct",
"productId": "10041269944641",
"sortOrder": 1,
"productTitle": "Supporter Rare Scarf",
"luckPercentage": 100
}
]
await api.capsuleLog.findMany({
filter: {
rewards: {
matches: {
productId: "10041276334401"
}
}
},
first: 10
});