We have... ```ts @IsInt() @IsOptional() per_page = 10; @IsInt() @IsOptional() page_number = 0; ``` in a few places now (user, movie, list), it'd be a good idea to create a single dto file somewhere and call it instead of doing this 3 times.