···6060 try {
6161 // Execute query to get collections containing cards with this URL (raw data with authorId)
6262 const result = await this.collectionQueryRepo.getCollectionsWithUrl(
6363- query.url,
6363+ urlResult.value.value,
6464 {
6565 page,
6666 limit,