Success
data class Success(val data: List<ZyncAttachment>, val totalCount: Int, val nextCursor: String?, val hasMore: Boolean) : GetPhotoFeedResult
Successful result containing photo feed data.
Parameters
data
List of attachments for the current page
total Count
Total number of attachments matching the criteria
next Cursor
Opaque cursor string for fetching the next page, null if no more pages
has More
Whether more data is available beyond the current page