Main goal:
Add support for Refined Lib on mongoDB scala driver
Motivation:
With the implementation of case class "property limitations" to better manage what shouldn't and shouldn't be handled, processed and stored on a mongo DB. Said "limitations" are put in place with the use of the aforementioned lib.
Though custom codecs where used to try to handle the conversion between scala types and BSON types, the refined predicates prove to be a challenge with them not being correctly disregarded on the codec.