/** * This file was auto-generated on 2023-10-24T15:44:49.806Z * flickr.photos.getCounts * Gets a list of photo counts for the given date ranges for the calling user. * Permissions required: read */ export type FlickrPhotosGetCountsParams = { /** * A comma delimited list of unix timestamps, denoting the periods to return counts for. They should be specified smallest first. */ dates?: string; /** * A comma delimited list of mysql datetimes, denoting the periods to return counts for. They should be specified smallest first. */ taken_dates?: string; };