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