Introduce undocumented count endpoint.

This commit is contained in:
James Cole
2026-02-22 07:05:30 +01:00
parent 4ad2508675
commit 81f6f22efb
5 changed files with 176 additions and 24 deletions
@@ -52,6 +52,10 @@ interface JournalRepositoryInterface
*/
public function destroyGroup(TransactionGroup $transactionGroup): void;
public function countByMeta(string $field, string $value, bool $includeDeleted): int;
public function countByNotes(string $value, bool $includeDeleted): int;
public function countByDescription(string $value, bool $includeDeleted): int;
/**
* Deletes a journal.
*/