diff --git a/src/FieldsBuilder.php b/src/FieldsBuilder.php index 75b6ef6..d81610e 100644 --- a/src/FieldsBuilder.php +++ b/src/FieldsBuilder.php @@ -621,6 +621,15 @@ public function getFields() return $this->getFieldManager()->getFields(); } + /** + * Return int of fields + * @return int field count + */ + public function getCount() + { + return $this->getFieldManager()->getCount(); + } + /** * @param string $name [description] * @return FieldBuilder