diff --git a/src/paginated-result.ts b/src/paginated-result.ts index fcaceaa..1d8dda0 100644 --- a/src/paginated-result.ts +++ b/src/paginated-result.ts @@ -26,11 +26,11 @@ export class PaginatedResult { /** * has previous page */ - hasPrevPage?: Boolean = false + hasPrevPage?: boolean = false /** * has next page */ - hasNextPage?: Boolean = false + hasNextPage?: boolean = false /** * previous page number