json([ 'threads' => Thread::query()->withoutTrashed()->count(), 'posts' => Post::query()->withoutTrashed()->count() + Thread::query()->withoutTrashed()->count(), 'users' => User::query()->count(), ]); } }