From 9ba4c251dbc707908cf7d6cf32d58402c7166134 Mon Sep 17 00:00:00 2001 From: Alicia Perez Date: Wed, 10 Apr 2024 13:20:24 +0200 Subject: [PATCH] add illustration total --- src/methods/users/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/methods/users/types.ts b/src/methods/users/types.ts index d248fa8..22ec6bc 100644 --- a/src/methods/users/types.ts +++ b/src/methods/users/types.ts @@ -27,6 +27,7 @@ export interface Basic extends Entity { total_collections: number; total_likes: number; total_photos: number; + total_illustrations: number; twitter_username: Nullable; updated_at: string; username: string;