diff --git a/models.md b/models.md
index f71d266..acb95cb 100644
--- a/models.md
+++ b/models.md
@@ -526,7 +526,7 @@ This is a C# Object that represents the existing Offender Segment (40) from the
This is a C# Object that represents the existing Arrestee Segment (60) from the Flat File. You can include as many as you like as an array of this object.
-| Property Name | Data Type | Description | Required |
+| Property Name | Data Type | Description | Required |
| ------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| ArrestSeqNum | Integer | Number to uniquely identify the Arrestee that's being specified (DE 36) | Yes |
| ArrestNumber | String | 12-Digit Alpha/Numeric String of Characters that uniquely identifies the Arrest in the Agency's RMS | Yes |
@@ -543,9 +543,9 @@ This is a C# Object that represents the existing Arrestee Segment (60) from the
| Gender | String | 3-Digit Character String to represent the Gender Identity of the Arrestee. Note, we don't actually have any requirements for this right now, but it is a thing. | No |
| Ethnicity | String | 1-Digit Character to represent the Ethnicity of the Arrestee | Yes |
| ResidentStatus | String | 1-Digit Character to represent the Permanent Resident/Citizenship status of the Arrestee. | No |
-| DispositionUnder18 | String | 1-Digit Character used to describe how an Arrestee 17 years of age or younger was handled by the Agency.Options in this field are as follows:
* D - Handled Within Department and Released.
* J - Referred to Juvenile Court or Probation Department
* W - Referred to Welfare Agency
* P - Referred to Other Police Agency
* A - Referred to Criminal or Adult Court.
The Federal UCR program considers juveniles as under 18 years of age regardless of state law. The LIBRS program will stay aligned with the FBI even though the Juvenile Age definition has changed. If the arrestee is 17 and considered an adult in Louisiana, please use A – Referred to Criminal or Adult Court. | If Arrestee is 17 or younger |
-| ArrestArmed | List of Weapon | List of[Weapon Objects](#weapon-object) (Same as in the Offense Object) that were found on the Arrestee's person at the time of Arrest. | Yes |
-| ArrestStatute | List of ArrStatute | List of the[Arrestee Statute Objects](#arrestee-statute-object) associated with the Arrestee | Yes |
+| DispositionUnder18 | String | 1-Digit Character used to describe how an Arrestee 17 years of age or younger was handled by the Agency.Options in this field are as follows:{::nomarkdown}