package tk.antoine_roux.wiki.model.response.secondary; import com.fasterxml.jackson.annotation.JsonProperty; public class GitLabFeatures { @JsonProperty("trace_sections") public boolean traceSections; }