public function getCount(RESTApiRequest $request)
 {
     return (int) \Stb::getRawAll()->count()->get()->counter();
 }