Do docker statistics work on Windows?

Do docker stats work on Windows containers? When I try running docker stats against a Windows container, I get a template parsing error.

it works fine for me both on client and server

CONTAINER           CPU %               PRIV WORKING SET    NET I/O             BLOCK I/O
6c2e8610ce9b        0.00%               257.1 MiB           1 GB / 744 MB       110 MB / 2.81 GB
004ed3efb347        0.00%               399.3 MiB           7.72 MB / 6.66 MB   185 MB / 888 MB

I was using an older version of docker. I had to use the format flag otherwise I’d get an error.