like this : ``` from(bucket: "example-bucket") |> range(start: -5m) |> count(column: "_value") ```
like this :