/**
  * Fetch all possible tags for a ClientNote
  */
 public function apiFetchAllTags()
 {
     $allTags = ClientNote::allTags()->get();
     return $allTags;
 }