Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,12 @@ language:
|
|
12 |
|
13 |
```typescript
|
14 |
interface Photo {
|
|
|
15 |
color: string
|
16 |
description: string | null
|
17 |
alt_description: string | null
|
18 |
tags: string[]
|
|
|
19 |
urls: {
|
20 |
raw: string
|
21 |
full: string
|
|
|
12 |
|
13 |
```typescript
|
14 |
interface Photo {
|
15 |
+
id: number
|
16 |
color: string
|
17 |
description: string | null
|
18 |
alt_description: string | null
|
19 |
tags: string[]
|
20 |
+
likes: number
|
21 |
urls: {
|
22 |
raw: string
|
23 |
full: string
|