this.getImages((err, images) => {
                        // We filter out any invalid/un-found images
                        // TODO: We should log out some details on when this
                        // happens (hopefully never).
                        this.images = images.filter(image => !!image);