foreach ($this->db->fetchAll($query, $this->id) as $album) {
            yield new Album($album['id']);
        }