import {Photo} from "./entity/Photo";import {PhotoMetadata} from "./entity/PhotoMetadata"; /*...*/ let photos = await connection .innerJoinAndSelect("photo.metadata", "metadata") .getMany();