I have a million records in ITEMs, and I use @count=true to get the total, but it includes the items data, is there a way to just get the count but not the actual content?

I have a million records in ITEMs, and I use @count=true to get the total, but it includes the items data, is there a way to just get the count but not the actual content?
Hi, just using endpoint + $count.
For exmaple,
api.businesscentral.dynamics.com/.../$count
More details: https://yzhums.com/6117/#toc14
Hope this helps.
Thanks.
ZHU