users/{userID}/photos/{photoID}
{
"imageURL": "https://...",
"imagePath": "users/id_xyz/photos/1599835164531849_myphoto.png",
// "isFavorite"で、お気に入り登録状況を判別
"isFavorite": false,
"createdAt": "2020年9月11日 23:39:25 UTC+9"
}
users/{userID}/photos/{photoID}
{
"imageURL": "https://...",
"imagePath": "users/id_xyz/photos/1599835164531849_myphoto.png",
// "isFavorite"で、お気に入り登録状況を判別
"isFavorite": false,
"createdAt": "2020年9月11日 23:39:25 UTC+9"
}