# Variables
Neuron_Models stores all generated models in this package.
# Structs
Blog is a blog model.
Comment is a comment model.
FilterNestedModel is nested field for the model.
FilterRelationModel is a relation for the filter tests.
ForeignModel is the model that have foreign key.
ForeignWithRelation is a model that has foreign key.
Formatter is the test model for the query tests.
FormatterRelation is the relation model for the query tests.
HasManyModel is the model with the has-many relationship.
HasManyWithRelation is a model that is used as has many relation.
HasOneModel is the model that have has-one relationship.
JoinModel is the model used as a join model for the many2many relationships.
ManyToManyModel is the model with many2many relationship.
Post is a post model.
RelatedModel is the related model in the many2many relationship.
TestingModel is one of testing models for the query package.