diff --git a/filter.ts b/filter.ts index 20137c8..89a51ed 100644 --- a/filter.ts +++ b/filter.ts @@ -6,6 +6,7 @@ export type Filter = { authors?: string[] since?: number until?: number + limit?: number [key: `#${string}`]: string[] }