12 lines
883 B
Plaintext
12 lines
883 B
Plaintext
---
|
|
displayed_sidebar: translationReference
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# LocaleStatistics
|
|
|
|
Statistics for a specific locale.
|
|
|
|
<TypeList types={[{"name":"expected","type":"`number`","description":"Expected total number of translated fields.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"translated","type":"`number`","description":"Actual number of translated fields. This doesn't count\ntranslations that are null or empty.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"missing","type":"`number`","description":"Number of missing translations for expected translatable\nfields.","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="LocaleStatistics"/>
|