Skip to content

Commit e200461

Browse files
authored
Update SliceResponse.java
1 parent 9921236 commit e200461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/clap/server/adapter/inbound/web/dto/common/SliceResponse.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
public record SliceResponse<T> (
77
List<T> content,
8-
boolean hasNext,
8+
int currentPage,
9+
int size,
910
boolean isFirst,
1011
boolean isLast
1112
) {

0 commit comments

Comments
 (0)