Counting number of Assets via HTTP/REST API

Hello, I want to count the number of my generated assets via API. Unfortunately I am not that familiar with swagger yet and could not find the right request yet. Is it POST /asset/query ?

Does nobody knows this? :frowning:

Well, all I could think of is using the /asset/query endpoint you mentioned,
and then counting the amount of assets you receive.