/** * This is auto-generated file, don't modify this file manually */ import { PhotosPhoto } from '../photos/PhotosPhoto'; export interface NewsfeedItemPhotoPhotos { /** * Photos number */ count?: number; items?: PhotosPhoto[]; }