$user->id]; return [ 'pages' => $this->queries->pages->visibleForList()->where($createdBy)->count(), 'chapters' => $this->queries->chapters->visibleForList()->where($createdBy)->count(), 'books' => $this->queries->books->visibleForList()->where($createdBy)->count(), 'shelves' => $this->queries->shelves->visibleForList()->where($createdBy)->count(), ]; } }