@@ -6,9 +6,6 @@ import lombok.Data;
|
||||
@Data
|
||||
public class GlobalSearchStatisticsRequest {
|
||||
|
||||
@JsonProperty("token")
|
||||
private String token;
|
||||
|
||||
@JsonProperty("limit")
|
||||
private Integer limit = 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user