import { Photo } from "./entity/Photo" import { AppDataSource } from "./index" const savedPhotos = await AppDataSource.manager.find(Photo) console.log("All photos from the db: ", savedPhotos)