return Photo.fromJS({
            raw: postJson,
            id: igJson.id,
            source: InstagramSource.type,
            datePublished: DateTime.fromMillis(parseInt(igJson.created_time, 10) * 1000),